home *** CD-ROM | disk | FTP | other *** search
/ Champak 74 / Volume 74 My Disc - Damaged.iso / Games / rufus.swf / scripts / DefineSprite_1178 / frame_103 / DoAction.as
Text File  |  2008-08-08  |  483b  |  20 lines

  1. Obs = 8;
  2. set("/Variables:ObsActif",4);
  3. set("/Variables:Obs" + Obs + "Active",true);
  4. tellTarget("_root.Game.Obstacle" + Obs)
  5. {
  6.    gotoAndStop(eval("/Variables:ObsActif"));
  7. }
  8. tellTarget("_root.Game.Obstacle" + Obs + "Bg")
  9. {
  10.    gotoAndStop(eval("/Variables:ObsActif"));
  11. }
  12. tellTarget("_root.Game.Obstacle" + Obs + "Mid2")
  13. {
  14.    gotoAndStop(eval("/Variables:ObsActif"));
  15. }
  16. tellTarget("_root.Game.Obstacle" + Obs + "Mid")
  17. {
  18.    gotoAndStop(eval("/Variables:ObsActif"));
  19. }
  20.